Skip to content
This repository was archived by the owner on Feb 25, 2022. It is now read-only.

Ignore refunds if it was only an credit card authorization#47

Open
gitviola wants to merge 1 commit into
masterfrom
feature/ignore-refunds
Open

Ignore refunds if it was only an credit card authorization#47
gitviola wants to merge 1 commit into
masterfrom
feature/ignore-refunds

Conversation

@gitviola
Copy link
Copy Markdown
Owner

Problem explained

The idea here is that when you ignore pending transactions, there might be credit card authorizations (where you will get back the money a few days later) which will be ignored if the N26 config flag skip_pending_transactions is set to true. But once you get the money back, those transactions will be processed and they might mess up your account balance.

What this PR does

This PR will also ignore the transactions with the type AV, but only if the N26 config flag skip_pending_transactions is set to true.

This closes #44.

Todo List

  • Write specs
  • Validate that only those kind of transactions have the type AV

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

N26 transaction types

1 participant